home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best of Shareware
/
Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso
/
mac
/
DOS
/
UTILITY
/
PALERT24
/
WHATSNEW
< prev
Wrap
Text File
|
1991-10-22
|
942b
|
28 lines
PALERT 2.4
New to this release!
-- You may now let batch files know what day it is, so that you
may take action according to the day.
Example: On Tuesday and Friday, I want to back up my
hard disk.
My batch file looks like this:
PALERT /D
if errorlevel == 5 goto backup
if errorlevel == 2 goto backup
goto end
:backup
cd \back
backup
goto end
:end
-- PALERT now verifies that the system date is correct. If not,
PALERT will prompt you to set it correctly. Great for your
AUTOEXEC.BAT files!